@charset "gb2312";
.navi_head{
	height:50px;
	background-color:#459df5;
}
.navi_body{
	overflow:hidden;
	height:50px;
	background:rgba(36,97,158,0.9);
	transition:height ease 0.5s;
	position: relative;
	width:100%;
	z-index:999;
}
.navi_body:hover{
	height:300px;
	cursor:pointer;
}

.navi_head>div>span{
	width:150px;
	text-align:center;
	height:300px;
	display:inline-block;
	font-weight:bold;
	color:#FFF;
	font-size:14px;
	vertical-align:top;
}

.navi_head>div>span>p a{
	color:#FFF;
	text-decoration:none;
	line-height:30px;
	
}
.navi_head>div>span>p a:hover{
	color:#FFF;
	text-decoration: underline  ;
	

}

.navi_title{
	font-size:16px;
	line-height:50px;
	margin-top:0;
	width:100%;
	position:relative
}

.navi_head>div>span:hover{
	background:rgba(100,100,100,0.2);
}